home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / In-The-Chaos2.Form < prev    next >
Text File  |  1994-05-12  |  154b  |  25 lines

  1. In-The-Chaos2
  2. {
  3.     {
  4.         x1=-4.0
  5.         x2= 4.0
  6.         y1=-4.0
  7.         y2= 4.0
  8.     }
  9.     {
  10.         c=pixel
  11.         z=pixel
  12.     }
  13.     {
  14.         z=z*z
  15.         z=z+c
  16.         t=tan(z)
  17.         w=pow(t,z)
  18.     }
  19.     {
  20.         w<t
  21.     }
  22.     {
  23.     }
  24. }
  25.